@charset "utf-8";
@import "noto-serif-sc.css";

:root {
    --SW-PAGE-ROOT-COLOR: #0e62a9;
    --SW-PAGE-GRAY-COLOR: #dfe1e2;
    --SW-PAGE-YELLOW-COLOR: #ffe241;
    --SW-PAGE-RED-COLOR: #ff0000;
    --SW-PAGE-GRAY-COLOR: #8f8f8f;
    --SW-PAGE-GREEN-COLOR: #06ae56;
    --SW-PAGE-3: rgba(0, 0, 0, 0.1);
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers (opinionated).
   */

body {
    margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

mark {
    background-color: #ff0;
    color: #000;
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details, /* 1 */
  menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
    display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}

/*! Animate v2.1.0-alpha.1 */
.container {
    -webkit-transition: max-width 0.3s;
    -o-transition: max-width 0.3s;
    transition: max-width 0.3s;
}
.act {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.sw-tg.sw-upToDown {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
.sw-tg.sw-downToUp {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.sw-tg.sw-leftToRight {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}
.sw-tg.sw-rightToLeft {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
.act.sw-downToUp,
.act.sw-leftToRight,
.act.sw-rightToLeft,
.act.sw-upToDown {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sw-tg.sw-rightToLeftSkew {
    opacity: 0;
    -webkit-transform: translate(20px, 0) scale(0.9) skew(-20deg);
    -ms-transform: translate(20px, 0) scale(0.9) skew(-20deg);
    transform: translate(20px, 0) scale(0.9) skew(-20deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.act.sw-rightToLeftSkew {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sw-tg.sw-rightToLeftScale {
    opacity: 0;
    -webkit-transform: translate(20px, 0) scale(0.9);
    -ms-transform: translate(20px, 0) scale(0.9);
    transform: translate(20px, 0) scale(0.9);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.act.sw-rightToLeftScale {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sw-tg.sw-upToDownScale {
    opacity: 0;
    -webkit-transform: translate(0, -20%) scale(0.2);
    -ms-transform: translate(0, -20%) scale(0.2);
    transform: translate(0, -20%) scale(0.2);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.act.sw-upToDownScale {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.sw-d1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sw-d2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.sw-d3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.sw-d4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.sw-d5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.sw-d6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.sw-d7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.sw-d8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.sw-d9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.sw-d10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.sw-d0-5 {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.sw-d1-5 {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.sw-d2-5 {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.sw-d3-5 {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.sw-d4-5 {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.sw-d5-5 {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.sw-d6-5 {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.sw-d7-5 {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.sw-d8-5 {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
.sw-d9-5 {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
.icon-show {
    -webkit-animation: iconShow 0.5s;
    animation: iconShow 0.5s;
}
.logo-show {
    display: block;
    position: relative;
    z-index: 1;
}
.logo-show:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.logo-show:hover:before {
    -webkit-animation: logoShow 0.5s 1 linear;
    animation: logoShow 0.5s 1 linear;
    content: "";
}

@keyframes updown {
    0% {
        top: 0px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes updown {
    0% {
        top: 0px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

/*每个网站单独共用部分*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei", "Noto Serif SC", sans-serif;
    color: #333;
}

body,
html {
    width: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.desktop a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    position: relative;
}
img {
    vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    margin: 0;
    text-rendering: optimizeLegibility;
}

.red {
    color: #f00;
}
.rollimg img {
    transition: all 0.8s;
}
.rollimg img:hover {
    transform: scale(1.1, 1.1);
}

.rollupliimg li img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.rollupliimg li:hover img {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

.rollli li {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.rollli li:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    /*-webkit-box-shadow:0px 5px 15px #e5e5e5;
	-moz-box-shadow:0px 5px 15px #e5e5e5;
	box-shadow:0px 5px 15px #e5e5e5;*/
}

.btnbox {
    background: none;
    padding: 9px 30px 8px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 400;
}

.btnbox:before {
    content: "";
    position: absolute;
    z-index: -1;
}

.btnbox:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    left: -50%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.btnbox:hover:after {
    height: 100%;
    width: 150%;
}
.rollimg img {
    transition: all 0.8s;
}
.rollimg img:hover {
    transform: scale(1.1, 1.1);
}

/*Clear Css*/
.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0;
}
.clearfix:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
    zoom: 1;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

html[lang="zh"] .en {
    display: none;
}
html[lang="en"] .cn {
    display: none;
}

html[lang="en"] body {
    font-family: Arial, Helvetica, sans-serif;
}

.bold {
    font-weight: 600;
}

.mt30 {
    margin-top: 30px;
}
.fnt24 {
    font-size: 24px;
}

input.form-control:focus,
button:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d7d7d7;
}
.header {
    position: fixed;
    left: 0px;
    top: 40px;
    right: 0px;

    z-index: 90;

    -webkit-transform: translateZ(0);
}

.header.sticky-header {
    z-index: 10001;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 10px -1px rgba(68, 68, 68, 0.4);
    -moz-box-shadow: 0 6px 10px -1px rgba(68, 68, 68, 0.4);
    -webkit-box-shadow: 0 6px 10px -1px rgba(68, 68, 68, 0.4);
}

.wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.logo {
    background-image: url(../images/logo.png?t=2021);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 184px;
    height: 55px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 10;
}

.header.sticky-header .logo {
    background-image: url(../images/logo-blue.png);
}

.header .wrap {
    height: 80px;
}

.menu {
    float: right;
}

.menu.acts {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

.menu ul {
    padding: 20px 0 16px 0;
}
.menu li {
    float: left;
}

.menu li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 18px;
}
.menu li icon {
    display: inline-block;
    color: #fff;
    margin: 0px 40px;
    font-weight: lighter;
}

.menu > ul > li:hover a:after,
.menu > ul > li.active a:after {
    width: 100%;
    color: #fff;
}
.menu > ul > li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 1px;
    border-bottom: 0.5px solid;
    display: inline-block;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.sticky-header .menu > ul > li:hover a:after,
.sticky-header .menu > ul > li.active a:after {
    color: var(--SW-PAGE-ROOT-COLOR);
}

.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu-link * {
    box-sizing: border-box;
}
.menu-link {
    display: none;
    border-radius: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: -8px;
    font-size: 12px;
    z-index: 10;
    width: 42px;
    height: 42px;
    padding: 6px 8px;
}
.menu-link:hover,
.menu-link:focus {
}
.menu-link span {
    position: relative;
    display: block;
    margin-top: 12px;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
    background-color: #333;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
}
.menu-link span:before,
.menu-link span:after {
    position: absolute;
    top: -0.7em;
    content: " ";
}
.menu-link span:after {
    top: 0.7em;
}
.menu-link.active span {
    background: transparent !important;
}
.menu-link.active span:before {
    background-color: #333;
    -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
    -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
    -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
    -o-transform: rotate(45deg) translate(0.5em, 0.4em);
    transform: rotate(45deg) translate(0.5em, 0.4em);
}
.menu-link.active span:after {
    background-color: #333;
    -webkit-transform: rotate(-45deg) translate(0.6em, -0.5em);
    -moz-transform: rotate(-45deg) translate(0.6em, -0.5em);
    -ms-transform: rotate(-45deg) translate(0.6em, -0.5em);
    -o-transform: rotate(-45deg) translate(0.6em, -0.5em);
    transform: rotate(-45deg) translate(0.6em, -0.5em);
}
.mob-language {
    display: none;
}

.sticky-header .menu li a {
    color: #333;
}

.sticky-header .menu li icon {
    color: #333;
}

footer {
    background: #f6f6f6;
    padding-top: 45px;
}
footer .foot-logo {
    width: 134px;
    height: 40px;
    background-image: url(../images/logo-blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
footer .tips {
    font-size: 18px;
    color: #666;
    text-align: left;
}

footer .snav {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 25px;
}

footer .bom {
    font-size: 14px;
    color: #666;
    padding: 30px 0;
}

footer .snav {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .snav dl,
footer .snav dd,
footer .snav dt {
    margin: 0;
    padding: 0;
}
footer .snav dl {
    float: left;
    margin-right: 90px;
}

footer .snav dl dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
footer .snav dl dd {
    color: #666;
    line-height: 1.8;
}
footer .ewm {
    color: #666;
    text-align: center;
    width: 180px;
    float: right;
}
html[lang="en"] footer .ewm a {
    margin-left: 15px;
    position: relative;
}
html[lang="en"] footer .ewm a img {
    max-width: 100%;
}

.mc_wechat {
    display: none;
    position: absolute;
    left: 50%;
    top: 50;
    transform: translateX(-50%);

    width: 80px;
}

html[lang="en"] footer .ewm a:hover div {
    display: block;
    transition: opacity 0.55s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity 0.55s ease-in-out;
    -webkit-transition: opacity 0.55s ease-in-out;
}

@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1600px) {
    .wrap {
        width: 1300px;
    }
}

@media screen and (max-width: 1440px) {
    .wrap {
        width: 1200px;
    }
    .menu li a {
        font-size: 16px;
    }

    footer .snav dl dd {
        font-size: 14px;
    }

    footer .ewm {
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px) {
    /*.wrap {
      width: 1150px;
  }*/
}
@media screen and (max-width: 1250px) {
    /* .wrap {
     width: 1000px;
     
  }*/
}
@media screen and (max-width: 1024px) {
    .wrap {
        width: auto;
        margin: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        margin: 0 20px !important;
    }
    .header {
        height: 50px;
        top: 0;
    }
    .header {
        z-index: 9997;
        width: 100%;
        top: 0;
        background-color: #fff;
        box-shadow: 0 6px 10px -1px rgba(68, 68, 68, 0.4);
        -moz-box-shadow: 0 6px 10px -1px rgba(68, 68, 68, 0.4);
        -webkit-box-shadow: 0 6px 10px -1px rgba(68, 68, 68, 0.4);
    }
    .logo {
        height: 35px;
        width: 100px;
        top: 10px;
        background-image: url(../images/logo-blue.png);
    }

    .menu-link {
        display: block;
    }
    .header .wrap {
        height: 50px;
    }
    .header-overlay {
        height: 50px;
    }

    .menu li.languae {
        display: none;
    }
    .mob-language {
        position: absolute;
        font-size: 16px;
        display: block;
        color: #333;
        /* width: 45px; */
        right: 40px;

        top: 16px;
        line-height: 1;
    }

    .menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        margin-top: 50px;
        left: -30px;
        right: -30px;
        height: 100vh;
        background: rgba(255, 255, 255, 1);
    }
    .menu li {
        display: block;
        float: none;
        padding: 0px;
        text-align: center;
    }
    .menu li a {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        color: #333;
    }
    .menu li a.active:after {
        display: none;
    }

    .menu li icon,
    .sticky-header .menu li icon {
        display: none;
    }

    footer .snav dl {
        display: none;
    }
    footer .ewm {
        color: #999;
        font-size: 14px;
        text-align: center;

        float: none;
        margin: 0 auto;
    }
    footer .bom {
        line-height: 2;
        padding: 10px 0;
    }

    footer .foot-logo {
        display: none;
    }

    footer .tips {
        text-align: center;
    }
}

@media screen and (max-width: 740px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 413px) {
    .wrap {
        margin: 0 20px !important;
    }
}

@media screen and (max-width: 375px) {
    .wrap {
        margin: 0 15px !important;
    }
}
